projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fc49d
)
(find-file-existing-other-name): Default value now t.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Sep 1996 21:07:32 +0000
(21:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Sep 1996 21:07:32 +0000
(21:07 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c106cf62c1217f5d88f2788a679adaf91d8bb7a8..380ab5398d55a80c5a9b7659f269c1dbb93ada0b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-105,7
+105,7
@@
even if the buffer is not visiting a file.
Automatically local in all buffers.")
(make-variable-buffer-local 'buffer-offer-save)
-(defconst find-file-existing-other-name
nil
+(defconst find-file-existing-other-name
t
"*Non-nil means find a file under alternative names, in existing buffers.
This means if any existing buffer is visiting the file you want
under another name, you get the existing buffer instead of a new buffer.")